home *** CD-ROM | disk | FTP | other *** search
- ; FM/2 commands file -- 3 lines: title, cmd line, flags
- ;
- Rename to lowercase
- rencase.exe -l %a
- 0
- ;
- Rename to uppercase
- rencase.exe -u %a
- 0
- ;
- Rename to "mixed" case
- rencase.exe -m %a
- 0
- ;
- Count lines
- lines.exe %a
- 4096
- ;
- Test a Zip file
- unzip.exe -t %a
- 12288
- ;
- Test an Lzh file
- lh.exe t %a
- 12288
- ;
- Test an Arc file
- arc.exe t %a
- 12288
- ;
- Test an Arj file
- unarj.exe t %a
- 12288
- ;
- Test a Zoo file
- zoo.exe -test %a
- 12288
-